projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6b9f2
)
arm: mx6: cm_fx6: change issd gpio order
author
Nikita Kiryanov
<
[email protected]
>
Wed, 29 Oct 2014 15:56:21 +0000
(17:56 +0200)
committer
Stefano Babic
<
[email protected]
>
Wed, 5 Nov 2014 16:15:56 +0000
(17:15 +0100)
Change the order in which GPIOs are toggled in SATA init sequence to
accomodate both SanDisk and Phison SSDs.
Signed-off-by: Nikita Kiryanov <
[email protected]
>
Cc: Igor Grinberg <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
Acked-by: Igor Grinberg <
[email protected]
>
board/compulab/cm_fx6/cm_fx6.c
patch
|
blob
|
history
diff --git
a/board/compulab/cm_fx6/cm_fx6.c
b/board/compulab/cm_fx6/cm_fx6.c
index fdb8ebf9e75567c41965d4018b306f2266ffc5e8..090f784cd9f19de40f921e493141d0dd96d186d9 100644
(file)
--- a/
board/compulab/cm_fx6/cm_fx6.c
+++ b/
board/compulab/cm_fx6/cm_fx6.c
@@
-29,12
+29,12
@@
DECLARE_GLOBAL_DATA_PTR;
#ifdef CONFIG_DWC_AHSATA
static int cm_fx6_issd_gpios[] = {
/* The order of the GPIOs in the array is important! */
+ CM_FX6_SATA_LDO_EN,
CM_FX6_SATA_PHY_SLP,
CM_FX6_SATA_NRSTDLY,
CM_FX6_SATA_PWREN,
CM_FX6_SATA_NSTANDBY1,
CM_FX6_SATA_NSTANDBY2,
- CM_FX6_SATA_LDO_EN,
};
static void cm_fx6_sata_power(int on)